home *** CD-ROM | disk | FTP | other *** search
- <WIZARD name="VerityWizard" caption="Verity Wizard" image="..\\images\\wizardoutput.bmp">
-
- <!--- wizard parameters --->
- <PARAM name="ApplicationName" value="" required="yes">
- <PARAM name="Collection" value="" required="yes">
- <PARAM name="Language" value="english" required="yes">
- <PARAM name="WorkingDirectory" value="" required="yes">
- <PARAM name="Recursive" value="1" required="yes">
- <PARAM name="Extensions" value=".htm, .html, .txt, *.">
- <PARAM name="URLPath" value="">
-
- <TEMPLATE
- name="Verity_VSearchForm.wml"
- outputFile="$${SafeApplicationName}_VSearchForm.cfm"
- outputPath="$${Location}"
- description="Template containing the search form."
- >
- <TEMPLATE
- name="Verity_VSearchResult.wml"
- outputFile="$${SafeApplicationName}_VSearchResult.cfm"
- outputPath="$${Location}"
- description="Template generating the search results."
- >
- <TEMPLATE
- name="Verity_VOpenFile.wml"
- outputFile="$${SafeApplicationName}_VOpenFile.cfm"
- outputPath="$${Location}"
- description="Template returning the requested file from the search result page."
- >
- <TEMPLATE
- name="Verity_VPathIndexing.wml"
- outputFile="$${SafeApplicationName}_VPathIndexing.cfm"
- outputPath="$${Location}"
- description="Template indexing the files in the working directory."
- >
-
-
- <!-------------- Enter tag settings ---------------------->
- <PAGE name="Page1" caption="Verity Application" image="..\\images\\Main.bmp">
-
- <INPUT name="editApplicationName" param="ApplicationName" required="yes"
- validationMsg="You cannot leave the custom tag name field blank">
-
- <INPUT name="editLocation" param="Location" required="yes"
- validationMsg="You cannot leave the location field blank">
-
- </PAGE>
-
-
- <!------------------ Select collection --------------------->
- <PAGE name="Page10a" caption="Select Collection" image="..\\images\\SelectData.bmp">
-
- <!----
- <PARAM name="RegistryCollectionKey"
- value="SOFTWARE\\Allaire\\ColdFusion\\CurrentVersion\\Collections">
- <INPUT name="cbCollections" param="Collection" required="yes"
- validationMsg="You have to select the collection">
- ---->
-
- <INPUT name="editCollection" param="Collection" required="yes"
- validationMsg="You have to enter the collection name">
-
- <INPUT name="cbLanguages" param="Language"
- listContents="english,english1,german,deutsch,french,francais,danish,dutch,dutch0,finnish,italian,italian0,norweg,portug,spanish,spanish0,swedish,swedish0"
- required="yes"
- validationMsg="You have to select the language">
-
- </PAGE>
-
-
- <!---------------- Indexing settings ----------------------->
- <PAGE name="Page10" caption="Indexing Settings" image="..\\images\\SearchCriteria.bmp">
-
- <INPUT name="editWorkingDirectory" param="WorkingDirectory" required="yes"
- validationMsg="You have to select the directory">
- <INPUT name="chbRecursive" param="Recursive">
- <INPUT name="editExtensions" param="Extensions">
- <INPUT name="editURLPath" param="URLPath">
-
- </PAGE>
-
-
- </WIZARD>